Skip to main content

Excel model context example

This example illustrates the structure of a model context file for an Excel model configured to save variables to database.

info

For a comprehensive reference on the model context schema, please read Model context schema.

Excel model context file example
{
"version": "v2",
"variables": {
"State": {"save": true },
"Configuration": {"save": true },
"Presentation_text": {"save": true },
"Revenue": {"save": true },
"Cost": {"save": true },
"Profit": {"save": true }
}
}